dvb_write_format_vdr

@brief Writes a file into vdr format (compatible up to version 2.1) @ingroup file

@param fname file name @param dvb_file contents of the file to be written

@return It returns zero if success, or a positive error number if it fails.

This function is called internally by dvb_write_file_format.

extern (C)
int
dvb_write_format_vdr
(
const(char)* fname
,
dvb_file* dvb_file
)

Meta